Options:
a. Each page begins with a 196-byte header that is used to store system information about the page.
b. page header has information about the page number, page type, the amount of free space on the page, and the allocation unit ID of the object that owns the page.
c. Every time data changes in the table, all the indexes need to be updated
d. Use of indexes fastens Data modification operations, such as insert, update, delete.
Reveal Answer